home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / cc_main.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  897 b   |  33 lines

  1. /*****************************************************************************
  2.   FILE           : cc_main.h
  3.   SHORTNAME      : cc_main.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Michael Schmalzl
  10.   DATE           : 23.2.1993
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)cc_main.h    1.6 3/2/94
  14.   SCCS VERSION   : 1.6
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20. #ifndef _CC_MAIN_DEFINED_
  21. #define  _CC_MAIN_DEFINED_
  22.  
  23.  
  24. /* begin global definition section */
  25. extern void cc_readElements(void);
  26. extern void cc_createWindow (void);
  27. /* end global definition section */
  28.  
  29. /* begin privat  definition section */
  30. /* end privat definition section */
  31.  
  32. #endif /* _CC_MAIN_DEFINED_ */
  33.